home *** CD-ROM | disk | FTP | other *** search
/ Walking with Dinosaurs / Walking With Dinosaurs (2000)(BBC).iso / Main Program / walk3.mdb / Web.json < prev    next >
JavaScript Object Notation  |  2000-05-15  |  411b

  1. {
  2.     "schema": {
  3.         "WebID": "Long Integer",
  4.         "OwnerID": "Long Integer",
  5.         "Audio": "Text (50)",
  6.         "Background": "Text (50)"
  7.     },
  8.     "data": [
  9.         {
  10.             "WebID": 1,
  11.             "OwnerID": 1,
  12.             "Audio": "Well done Guvna !",
  13.             "Background": "TriWebBack"
  14.         },
  15.         {
  16.             "WebID": 2,
  17.             "OwnerID": 2,
  18.             "Audio": "Excewent",
  19.             "Background": "jurassic_bg"
  20.         },
  21.         {
  22.             "WebID": 3,
  23.             "OwnerID": 3,
  24.             "Audio": "Happy Happy Joy Joy",
  25.             "Background": "cretaceous_bg"
  26.         },
  27.         {
  28.             "WebID": 5,
  29.             "OwnerID": 4,
  30.             "Audio": "finite",
  31.             "Background": "family_bg"
  32.         }
  33.     ]
  34. }